-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add missing assembly references after dependency update to 11.0.0-alpha #64742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: darc-main-6224f5aa-e632-4669-b1f6-6ec23567b9ec
Are you sure you want to change the base?
Add missing assembly references after dependency update to 11.0.0-alpha #64742
Conversation
|
@copilot correction: References should look like |
Added Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Features, Microsoft.Extensions.Features, and Microsoft.AspNetCore.Hosting.Server.Abstractions references to projects that need them after dependency updates. Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added references to Microsoft.AspNetCore.Authentication.csproj and Microsoft.AspNetCore.Server.IISIntegration.csproj Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
…ects Added references to multiple middleware projects (CookiePolicy, RequestDecompression, HeaderPropagation, HttpsPolicy, WebSockets, ResponseCaching, ResponseCompression), MVC.Core, and SignalR Http.Connections. Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added Microsoft.AspNetCore.Http.Features to CORS and Http.Results, and Microsoft.AspNetCore.Routing.Abstractions to Http.Results to resolve LinkGenerator type issues. Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Confirmed - all Reference elements added follow that format: |
|
@copilot there are still more build errors to be fixed, as you can see in https://dev.azure.com/dnceng-public/public/_build/results?buildId=1228964&view=results. Please continue iterating by adding more References until they're all fixed. |
…zation.Policy, ResponseCompression, and IISIntegration Added Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Features, and Microsoft.AspNetCore.Authentication.Abstractions to projects that were missing them after dependency updates. Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added Microsoft.AspNetCore.Http.Features to ResponseCaching and Microsoft.AspNetCore.Http.Abstractions to SignalR.Core. Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
|
@copilot add References to the following projects to fix the remaining build errors: src/Identity/Core/src/Microsoft.AspNetCore.Identity.csproj |
…Server Added missing references to fix build errors: - Identity: Added Routing.Abstractions for endpoint routing types - Mvc.ViewFeatures: Added WebUtilities for URL encoding/decoding - Components.Server: Added Http for IHttpActivityFeature and other Http types Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added missing references to all 3 projects: Identity - Added Commit: 78bc0f3 |
|
@copilot add References to the following projects to fix the remaining build errors: src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj |
Added missing references to fix build errors: - Components.WebAssembly.Server: Added Http for IHttpActivityFeature - OpenApi: Added Http for IHttpActivityFeature - GetDocument.Insider: Added Http for IHttpActivityFeature - Identity: Added Extensions.Features for IFeatureCollection - Mvc.ViewFeatures: Added Net.Http.Headers for header types - Components.Server: Added Routing.Abstractions for endpoint routing Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added missing references to all 6 projects: Components.WebAssembly.Server - Added Commit: ca2549d |
|
@copilot add References to the following projects to fix the remaining build errors: src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj |
Added missing references to fix remaining build errors: - Components.WebAssembly.Server: Added Http.Features - OpenApi: Added Routing.Abstractions - Components.Server: Added Extensions.Features - Identity: Added Hosting.Abstractions Co-authored-by: wtgodbe <14283640+wtgodbe@users.noreply.github.com>
Added missing references to all 4 projects: Components.WebAssembly.Server - Added Commit: e355104 |
Summary
Fixed build errors after dependency update from 10.0.x to 11.0.0-alpha by adding explicit Reference elements to 77 unique projects across 15 rounds of fixes. Some projects received multiple rounds of reference additions as additional type dependencies were discovered during the build process.
Latest Progress (Round 15):
Updated 4 projects with additional missing references:
All References Added:
Microsoft.AspNetCore.Http- IHttpActivityFeature, HeaderDictionaryMicrosoft.AspNetCore.Http.Abstractions- HttpContext, RequestDelegate, IApplicationBuilder, HttpMethods, BadHttpRequestException, routing features (IEndpointFeature, IRouteValuesFeature)Microsoft.AspNetCore.Http.Features- IHeaderDictionary, IHttpRequestFeature, IFormFeature, IHttpAuthenticationFeature, IHttpResponseBodyFeature, IHttpWebSocketFeature, IHttpUpgradeFeature, IHttpExtendedConnectFeature, IResponseCookiesFeature, ITlsConnectionFeature, HttpsCompressionMode, WebSocketAcceptContext, IFormFile, IFormCollection, IFormFileCollection, IQueryCollection, IHttpMaxRequestBodySizeFeatureMicrosoft.Extensions.Features- IFeatureCollectionMicrosoft.AspNetCore.Hosting.Server.Abstractions- IServer, IHttpApplication<>, IServerAddressesFeature, IStartupConfigureServicesFilter, IStartupConfigureContainerFilter<>Microsoft.AspNetCore.Hosting.Abstractions- IWebHostBuilder, WebHostBuilderContext, IWebHostEnvironment, IWebHostMicrosoft.AspNetCore.Routing.Abstractions- LinkGenerator, Endpoint, EndpointBuilder, IRouteConstraint, RouteValueDictionary, IRouter, RouteDirectionMicrosoft.AspNetCore.Authentication.Abstractions- AuthenticationProperties, AuthenticateResult, AuthenticationTicket, IAuthenticationHandler, IAuthenticationSchemeProvider, AuthenticationSchemeMicrosoft.AspNetCore.Authentication.Core- AddAuthenticationCore, AuthenticationFeatureMicrosoft.AspNetCore.WebUtilities- WebUtilities namespace types, URL encoding/decoding utilitiesMicrosoft.Net.Http.Headers- EntityTagHeaderValue, RangeItemHeaderValue, ContentRangeHeaderValue, ResponseHeaders, RequestHeaders, CookieHeaderValueMicrosoft.AspNetCore.Mvc.Abstractions- Validation types (IModelValidator, IClientModelValidator, ModelValidationContext, ClientModelValidationContext), ApiExplorer types (IApiDescriptionProvider, ApiDescription), ProblemDetails, Filter interfaces (IAsyncAuthorizationFilter, IFilterFactory, IOrderedFilter, IFilterMetadata, AuthorizationFilterContext, ActionConstraintContext)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.